home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000992_pete@lovelace.…ni-frankfurt.de_Fri Sep 23 16:18:35 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  2KB

  1. Received: from riese.informatik.uni-frankfurt.de (riese.thi.informatik.uni-frankfurt.de) by cs.umb.edu with SMTP id AA25768
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Fri, 23 Sep 1994 08:17:58 -0400
  3. Received: from lovelace.informatik.uni-frankfurt.de (lovelace.thi.informatik.uni-frankfurt.de) by riese.informatik.uni-frankfurt.de (4.1/THI-peleuck2.1)
  4.     id AA27026; Fri, 23 Sep 94 14:18:53 +0200
  5. Content-Transfer-Encoding: binary
  6. Content-Type: text/plain; charset=ISO-8859-1
  7. Received: by lovelace.informatik.uni-frankfurt.de (4.1/SMI-4.1)
  8.     id AA08524; Fri, 23 Sep 94 14:18:35 +0200
  9. Date: Fri, 23 Sep 94 14:18:35 +0200
  10. From: pete@lovelace.thi.informatik.uni-frankfurt.de (Peter Dyballa)
  11. Message-Id: <9409231218.AA08524@lovelace.informatik.uni-frankfurt.de>
  12. To: tex-k@cs.umb.edu
  13. Subject: Re: Bug in tex-file.c, declaration of kpse_format_info
  14.  
  15.  
  16. > From pjm@isis.cshl.org Thu Sep 22 23:27:39 1994
  17. > Date: Thu, 22 Sep 1994 16:57:21 -0400
  18. > From: Pat Monardo <pjm@isis.cshl.org>
  19. > To: tex-k@cs.umb.edu
  20. > Subject: Bug in tex-file.c, declaration of kpse_format_info
  21. > Sorry for not trying to do this better, but I just fixed this
  22. > bug and need to move on. I am working with dvipsk version 5.58a,
  23. > using kpathsea version 2.0
  24. > You are not allocating enough kpse_format_info structs.
  25. > Change line 34 from
  26. > kpse_format_info_type kpse_format_info[kpse_last_format]; to
  27. > kpse_format_info_type kpse_format_info[kpse_last_format+1];
  28. > This was preventing me from using acc to compile dvipsk-kpathsea.
  29. > It was laying out data segment differently and references past
  30. > kpse_format_info saw non-zero data, preventing format initialisation.
  31. Changing line #34 of kapthsea(2.0)/tex-file.c as described above works with
  32. gcc 2.5.8 and Solaris 1.1/SunOS 4.1.3.
  33.  
  34. Don't forget to re-compile/re-link both kpathsea _and_ xdvi/dvips + squeeze !
  35.  
  36. Pete